home *** CD-ROM | disk | FTP | other *** search
-
-
-
- RRRRWWWWIIIInnnntttteeeeggggeeeerrrr((((3333CCCC++++++++)))) RRRRWWWWIIIInnnntttteeeeggggeeeerrrr((((3333CCCC++++++++))))
-
-
-
- NNNNaaaammmmeeee
- RWInteger - Rogue Wave library class
-
- SSSSyyyynnnnooooppppssssiiiissss
- #include <rw/rwint.h>
-
-
-
- RWInteger i;
-
-
-
-
- DDDDeeeessssccccrrrriiiippppttttiiiioooonnnn
- Integer class. This class is useful as a base class for classes that use
- integers as keys in dictionaries, eeeettttcccc.
-
- PPPPeeeerrrrssssiiiisssstttteeeennnncccceeee
- Isomorphic
-
- PPPPuuuubbbblllliiiicccc CCCCoooonnnnssssttttrrrruuuuccccttttoooorrrrssss
- RRRRWWWWIIIInnnntttteeeeggggeeeerrrr();
-
-
- Construct an RRRRWWWWIIIInnnntttteeeeggggeeeerrrr with value zero (0).
-
- RRRRWWWWIIIInnnntttteeeeggggeeeerrrr(int i);
-
-
- Construct an RRRRWWWWIIIInnnntttteeeeggggeeeerrrr with value iiii. Serves as a type conversion from
- iiiinnnntttt.
-
- TTTTyyyyppppeeee CCCCoooonnnnvvvveeeerrrrssssiiiioooonnnn
- operator
- iiiinnnntttt();
-
-
- Type conversion to iiiinnnntttt.
-
- PPPPuuuubbbblllliiiicccc MMMMeeeemmmmbbbbeeeerrrr FFFFuuuunnnnccccttttiiiioooonnnnssss
- RWspace
- bbbbiiiinnnnaaaarrrryyyySSSSttttoooorrrreeeeSSSSiiiizzzzeeee() const;
-
-
- Returns the number of bytes necessary to store the object using the
- global function:
-
- RWFile& ooooppppeeeerrrraaaattttoooorrrr<<<<<<<<(RWFile&, const RWInteger&);
-
-
-
-
-
-
-
- PPPPaaaaggggeeee 1111
-
-
-
-
-
-
- RRRRWWWWIIIInnnntttteeeeggggeeeerrrr((((3333CCCC++++++++)))) RRRRWWWWIIIInnnntttteeeeggggeeeerrrr((((3333CCCC++++++++))))
-
-
-
- int
- vvvvaaaalllluuuueeee() const;
-
-
- Returns the value of the RRRRWWWWIIIInnnntttteeeeggggeeeerrrr.
-
- int
- vvvvaaaalllluuuueeee(int newval);
-
-
- Changes the value of the RRRRWWWWIIIInnnntttteeeeggggeeeerrrr to nnnneeeewwwwvvvvaaaallll and returns the old value.
-
- RRRReeeellllaaaatttteeeedddd GGGGlllloooobbbbaaaallll OOOOppppeeeerrrraaaattttoooorrrrssss
- ostream&
- ooooppppeeeerrrraaaattttoooorrrr<<<<<<<<(ostream& o, const RWInteger& x);
-
-
- Output xxxx to oooossssttttrrrreeeeaaaammmm oooo.
-
- istream&
- ooooppppeeeerrrraaaattttoooorrrr>>>>>>>>(istream& i, RWInteger& x);
-
-
- Input xxxx from iiiissssttttrrrreeeeaaaammmm iiii.
-
- RWvostream&
- ooooppppeeeerrrraaaattttoooorrrr<<<<<<<<(RWvostream&, const RWInteger& x);
- RWFile&
- ooooppppeeeerrrraaaattttoooorrrr<<<<<<<<(RWFile&, const RWInteger& x);
-
-
- Saves the RRRRWWWWIIIInnnntttteeeeggggeeeerrrr xxxx to a virtual stream or RRRRWWWWFFFFiiiilllleeee, respectively.
-
- RWvistream&
- ooooppppeeeerrrraaaattttoooorrrr>>>>>>>>(RWvistream&, RWInteger& x);
- RWFile&
- ooooppppeeeerrrraaaattttoooorrrr>>>>>>>>(RWFile&, RWInteger& x);
-
-
- Restores an RRRRWWWWIIIInnnntttteeeeggggeeeerrrr into xxxx from a virtual stream or RRRRWWWWFFFFiiiilllleeee,
- respectively, replacing the previous contents of xxxx.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- PPPPaaaaggggeeee 2222
-
-
-
-